ProgressBar Class

Displays a progress indicator.

Events

MouseDown

MouseDrag

MouseUp


Properties

Maximum

Value


Methods

None

More information available in parent classes: RectControl:Control:Object

Because this is a RectControl, see the RectControl for other properties and events that are common to all RectControl objects.


Notes

When you want to show progress of an indeterminate length, set the Maximum property to zero to display an indeterminate progress bar rather than a progress indicator. On Macintosh, the indeterminate progress indicator looks like a barber pole. On Windows and Linux, it appears as a single bar that moves back and forth.


Example

This line of code sets the maximum value of the progress bar

ProgressBar1.maximum=350

:


See Also

RectControl class.